- dumpStructToString
string dumpStructToString(T struc)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromUTF16
string fromUTF16(wstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
- to
TO to(FROM f)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBool
bool toBool(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- toFloat
float toFloat(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHex
string toHex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- toInt
int toInt(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(dstring dstr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(char[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(T structOrTupleOrEnum)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(string str)
Use that for making toStruct easier
- toString
string toString(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(long x)
This function can be called at compilation time without bringing runtime
- toString
string toString(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStringz (from hip.util.string)
const(char)* toStringz(string str) via public
import hip.util.string : toStringz;
Undocumented in source.
- toStruct
T toStruct(string struc)
Undocumented in source. Be warned that the author may not have intended to support it.